C14PivotOptions Class

Represents the pivot-chart options extension (c14:pivotOptions) that stores the visibility of pivot chart drop zones (uri {781A3756-C4B2-4CAC-9D66-4F8BD8637D16}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class C14PivotOptions : IExtensionContent
Inheritance
Object    C14PivotOptions
Implements
IExtensionContent

Constructors

C14PivotOptionsInitializes a new instance of the C14PivotOptions class

Properties

DropZoneCategories Gets or sets the categories drop zone visibility (c14:dropZoneCategories val). Null when the child element is absent.
DropZoneData Gets or sets the data drop zone visibility (c14:dropZoneData val). Null when the child element is absent.
DropZoneFilter Gets or sets the filter drop zone visibility (c14:dropZoneFilter val). Null when the child element is absent.
DropZoneSeries Gets or sets the series drop zone visibility (c14:dropZoneSeries val). Null when the child element is absent.
DropZonesVisible Gets or sets whether the drop zones are visible (c14:dropZonesVisible val). Null when the child element is absent.

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also